Skip to main content

Open WebUI

Open WebUI is the platform for running AI on your own terms. Official site: openwebui.com

1.1 Usage

  1. Open Open WebUI in the browser.
  2. Go to Admin Settings -> Connections -> OpenAI.
  3. Click Add Connection.
  4. Enter the Base URL https://api.hpc-ai.com/inference/v1.
  5. Enter your-hpc-ai-api-key.
  6. If needed, add minimax/minimax-m2.5 to Model IDs (Filter).
  7. Save the connection and select the model from the model picker.

1.2 Notes

  1. Open WebUI checks /models when validating the connection. If /models is unavailable, add the model ID manually in the allowlist.
  2. Open WebUI also documents environment-variable configuration through OPENAI_API_BASE_URLS and OPENAI_API_KEY.

1.3 References